home *** CD-ROM | disk | FTP | other *** search
/ Core Concepts in Art 2 / Core Concepts in Art (Frames of Reference)(The McGraw-Hill Companies)(2004).iso / mac / media / coreConcepts.css < prev    next >
Cascading Style Sheet File  |  2003-10-12  |  1KB  |  65 lines

  1. <style type="text/css">
  2. <!--
  3.  
  4.   A {color: #907F73}
  5.  
  6.   A:link {color: #AC9F96}
  7.  
  8.   A:active {color: #ffffff}
  9.  
  10.   A:visited {color: #AC9F96}
  11.  
  12.   A:hover {color: #ffffff}
  13.  
  14.   
  15.   /* here are the formatting for anchor tags applied to questions (larger questions) */
  16.  
  17.   A.questionL:link {color: #C7BEAC}
  18.  
  19.   A.questionL:active {color: #ffffff}
  20.  
  21.   A.questionL:visited {color: #C7BEAC}
  22.  
  23.   A.questionL:hover {color: #ffffff}
  24.  
  25.   
  26.   /* here are the formatting for anchor tags applied to questions (smaller question) */
  27.  
  28.   A.question:link {color: #A6988A}
  29.  
  30.   A.question:active {color: #ffffff}
  31.  
  32.   A.question:visited {color: #A6988A}
  33.  
  34.   A.question:hover {color: #ffffff}
  35.  
  36.  
  37.   /* BODY {background-color: #907F73} */
  38.   BODY {background-color: #593F3A}
  39.  
  40.  
  41.   H1 {font-family: arial; font-size: 14pt; color: #AC9F96}
  42.  
  43.   H2 {font-family: arial; font-size: 10pt; font-variant: small-caps; small-caps; color: #AC9F96}
  44.  
  45.   H3 {font-family: arial; font-size: 12pt; color: #C8BFB9}
  46.  
  47.   P  {font-family: arial; font-size: 10pt; color: #110000}
  48.  
  49.   P.smallCaps {font-family: arial; font-size: 10pt; font-variant: small-caps; text-align: right}
  50.  
  51.   
  52.   /* here are the formatting for questions text */
  53.  
  54.   P.question  {font-family: arial; font-style: italic; font-size: 12pt; color: #110000}
  55.  
  56.   LI  {font-family: arial; font-style: italic; font-size: 12pt}
  57.  
  58.   HR {color: #A74900}
  59.  
  60.   IMG {border: 2px solid #907F73;}
  61.   
  62.   IMG.noBorder {border: 0px;}
  63.  
  64. -->
  65. </style>